findutils: Update and switch to xz tarball
authorDaniel F. Dickinson <[email protected]>
Mon, 21 Oct 2019 04:07:33 +0000 (00:07 -0400)
committerYousong Zhou <[email protected]>
Wed, 23 Oct 2019 16:24:02 +0000 (00:24 +0800)
Update to the latest findutils.  This eliminates the need for
the sysmacro patch.  While we're at it switch to smaller xz
tarball (saves bandwidth)

Signed-off-by: Daniel F. Dickinson <[email protected]>
utils/findutils/Makefile
utils/findutils/patches/010-sysmacros.patch [deleted file]

index aac9bc850ead3a0b999885d75615c640e9c42730..b378f012cf637ccfa724c864c4b717bd8bf1f313 100644 (file)
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=findutils
-PKG_VERSION:=4.6.0
-PKG_RELEASE:=4
+PKG_VERSION:=4.7.0
+PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
+PKG_HASH:=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
 
 PKG_MAINTAINER:=Daniel Dickinson <[email protected]>
 PKG_LICENSE:=GPL-3.0-or-later
diff --git a/utils/findutils/patches/010-sysmacros.patch b/utils/findutils/patches/010-sysmacros.patch
deleted file mode 100644 (file)
index dc3678d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gl/lib/mountlist.c
-+++ b/gl/lib/mountlist.c
-@@ -33,6 +33,8 @@
- #include <unistd.h>
-+#include <sys/sysmacros.h>
-+
- #if HAVE_SYS_PARAM_H
- # include <sys/param.h>
- #endif